Computes the shortest distance between a point and a line.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | pt(3) |
The point. |
||
| class(line), | intent(in) | :: | ln |
The line. |
The shortest distance between the point and line.